home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_kradshutzen.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.1 KB  |  54 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/german_misc_kradshutzen
  5.     skelmodel kradshutzen.skd
  6.  
  7.     surface coat shader Motorpool_trench 
  8.     surface cullcoat shader cull_Motorpool_trench 
  9.     surface inside shader Motorpool_trench 
  10.     surface pants shader Wehrmact_pants
  11.  
  12.     path models/human/heads            // Set new path for head model
  13.     skelmodel head6.skd            // Set head model
  14.     surface head shader rainer
  15.  
  16.     path models/human/hands
  17.     skelmodel hand.skd
  18.     surface hand shader handsnew
  19.  
  20.     path models/gear/g_headgear    
  21.  
  22.     skelmodel germanhelmet.skd
  23.     surface outside shader winterhelmet2
  24.     surface inside shader german-helmet_inside
  25. }
  26.  
  27.  
  28. //
  29. // define what folder to get specific sound from for the player model
  30. //
  31. $define pulloutdir sound/weapons/pullout
  32.  
  33.  
  34. init
  35. {
  36.     client
  37.     {
  38.         // Cache sounds here
  39.     }
  40.     server
  41.     {
  42.         voicetype axis5 // set the voicetype to use for multiplayer instant messaging
  43.     }
  44. }
  45.  
  46.  
  47. //
  48. // include the base player model definition
  49. //
  50. $include models/player/base/include.txt
  51.  
  52. // need to indicate the end of the tiki file because we have a tiki command at the end
  53. //end
  54.